Fix prototypes.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 3 Jul 2010 07:44:17 +0000 (09:44 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 3 Jul 2010 07:44:17 +0000 (09:44 +0200)
commit8f1238dd1102c74c34d628f81feabdc106a94c25
tree1bd6fa7da031a11386288c9a4603d731fe0ece47
parentd09fad16e34e29fea3d8722048e294c5be95e929
Fix prototypes.

* src/cm.c (evalcost): Fix arg type.
* src/cm.h (evalcost): Fix prototype.
* src/lisp.h (memory_warnings): Fix prototype.

* lib-src/ebrowse.c (match_qualified_namespace_alias):
  Pass sym* to find_namespace, not link*.
* lib-src/emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
* lib-src/sorted-doc.c (qsort_compare): New typedef.
  (main): Use it to cast cmpdoc.
lib-src/ChangeLog
lib-src/ebrowse.c
lib-src/emacsclient.c
lib-src/sorted-doc.c
src/ChangeLog
src/cm.c
src/cm.h
src/lisp.h